home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 406_01 / disked25 / source / direct.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-13  |  610 b   |  26 lines

  1. /***
  2. *direct.h - function declarations for directory handling
  3. *
  4. *  Copyright (c) 1993-1994, Gregg Jennings.  All wrongs reserved.
  5. *
  6. *Purpose:
  7. *  This include file contains the function declarations for the
  8. *  functions related to directory handling.
  9. *
  10. ****/
  11.  
  12. #ifndef GENERAL_H
  13. #include "general.h"
  14. #endif
  15.  
  16. #ifndef _DIR_DEFINED
  17. #include "dirent.h"
  18. #endif
  19.  
  20. extern dword cwdstart(void);
  21. extern int file_start(char *file);
  22. extern int direntry(char *name, struct DIR *dir);
  23. extern int _dos_xfcb_find(struct xFCB *xfcb);
  24. extern void _far *_dos_getdta(void);
  25. extern void get_volume(char *v);
  26.